10th April, 2008 : 1.4.1
------------------------------

 * Fixed bug that was causing random crashes for some.
 * Fixed cleanup routine to avoid memory leaks.
 * Fixed flaw in message storing system.
 * Added NET PUT MEMBLOCK and NET GET MEMBLOCK commands to deal with memblocks in messages (note that these can't be used in DBC). For DarkGDK and DBC users the functions NetPutData and NetGetData have been added to allow blocks of data to be handled in messages.
 * Added new option to define the size of the write buffer.


28 February, 2008 : 1.3.2
------------------------------

 * Disabled the Nagle algorithm. This will make the networking more responsive when sending repeatedly at a rapid rate.
 * Fixed problems that existed with NET CONNECTED when hosting.


18 December, 2007 : 1.3.1
------------------------------

 * Fixed message processing problem.
 * Added better support for C++ and other languages.
 * Added optional IP address parameter to NET HOST for those that have problems testing on localhost.


3rd May, 2007 : 1.2.1
------------------------------

 * Fixed dependency problem.


11th April, 2007 : 1.2.1
------------------------------

 * Added the following commands to deal with Windows Firewall: NET FIREWALL ENABLED, NET FIREWALL APPLICATION ENABLED, NET FIREWALL ADD APPLICATION.


14th February, 2007 : 1.1.1
------------------------------

 * Added NET SET OPTION to set particular options in the plugin. Added connection timeout option.
 * Set client limit at 16384. If a higher value is used, it will default to this amount.
 * Added NET GET PLAYER IP and NET GET PLAYER PORT.
 * Made some changes for compatibility with DBC Enhanced.
 * Updated manual to explain using plugin outside of DBP.

